Conversation
- Change kicker to 'DEPLOY ONCE, CODE EVERYWHERE' - Update description to highlight cross-device workflow - Update Chinese translations accordingly
- Add badges for npm version, license, and Node.js requirement - Add centered header with key product attributes - Add emoji icons for visual appeal and quick scanning - Reorganize content into clear sections with headers - Add keyword section at the bottom for search indexing - Add roadmap section for future planning visibility - Add who-should-use section for target audience clarity - Use tables for better information structure - Improve meta description in opening paragraph
- Rename useWorkspaceBootstrap to useBootstrap for unified bootstrap logic - Move hook from workspace actions to hooks directory - Fix auth guard to redirect any unauthenticated path to /login (not just /workspace) - Previously only /workspace was protected, now all paths except /login redirect properly This fixes the bug where setting a password but accessing via LAN would not redirect to login page.
# Conflicts: # packages/web/src/features/config-drift-banner/index.test.tsx # packages/web/src/features/config-drift-banner/index.tsx # packages/web/src/features/workspace/components/workspace-fullscreen-button.test.tsx # packages/web/src/features/workspace/views/desktop/workspace-desktop-view.tsx # packages/web/src/features/workspace/views/mobile/mobile-files-sheet.tsx # packages/web/src/features/workspace/views/shared/file-tree-panel.test.tsx # packages/web/src/features/workspace/views/shared/git-panel.test.tsx # packages/web/src/features/workspace/views/shared/git-panel.tsx # packages/web/src/features/workspace/views/shared/git-status-bar.tsx # packages/web/src/features/workspace/views/shared/worktree-modal.tsx # packages/web/src/styles/components.css
Fix path escape checks so '/' workspaces can open files and image previews normally.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
developintomainTest Plan
pnpm --filter @coder-studio/web exec vitest run src/ws/__tests__/client.test.tspnpm --filter @coder-studio/web exec vitest run src/app/providers.lifecycle.test.tsx src/features/auth/index.test.tsxpnpm exec biome check packages/web/src/ws/client.ts packages/web/src/ws/__tests__/client.test.ts